翻訳と辞書
Words near each other
・ Shell Bay
・ Shell Beach
・ Shell beach
・ Shell Beach (band)
・ Shell Beach (Western Australia)
・ Shell Beach, California
・ Shell Beach, Guyana
・ Shell Beach, La Jolla
・ Shell Beach, Louisiana
・ Shell bill
・ Shell Bluff Landing
・ Shell Brook Pastures
・ Shell Building
・ Shell Building (San Francisco)
・ Shell Building (St. Louis)
Shell builtin
・ Shell Busey
・ Shell Canada
・ Shell Canada lawsuit
・ Shell Castle
・ Shell Centre
・ Shell Centre (Calgary)
・ Shell Chateau
・ Shell Chemicals
・ Shell City, Minnesota
・ Shell Control Box
・ Shell cordovan
・ Shell corporation
・ Shell Cove, New South Wales
・ Shell Creek


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Shell builtin : ウィキペディア英語版
Shell builtin

In computing, a shell builtin is a command or a function, called from a shell, that is executed directly in the shell itself, instead of an external executable program which the shell would load and execute.〔(Bash Reference Manual: Shell Builtin Commands )〕
Shell builtins work significantly faster than external programs, because there is no program loading overhead. However, their code is inherently present in the shell, and thus modifying or updating them requires modifications to the shell. Therefore, shell builtins are usually used for simple, almost trivial, functions, such as text output.
Because of the nature of some operating systems, some functions of the systems must necessarily be implemented as shell builtins. The most notable example is the cd command, which changes the working directory of the shell. Since each executable program runs in a separate process, and working directories are specific to each process, loading cd as an external program would not affect the working directory of the shell that loaded it.
==Examples==
A widely used shell-builtin is the logout function, which terminates the session. This function has different names depending on the shell.
Some examples from bash include cd, echo, and history. The help bash-builtin command will list all builtins.〔(Bash Reference Manual: Bash Builtins )〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Shell builtin」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.